[OT] Icons for Java application (JMeter)
I'm looking for some icons suitable for use in a Swing JTree - so they
need to be GIF or PNG (I don't think SVG works).
I need the following icons:
Success - perhaps a tick?
Failure - perhaps a cross?
These are to be used on the tree entries to distinguish successful and
unsuccessful samples.
At present the label is coloured red for failures, but this is not
much use for colour-blind users (or indeed B+W printing).
There are lots of icon samples on the web, but I've not found one that
is suitable.
Perhaps someone knows of some suitable icons already used by Apache products?
S///
Re: [OT] Icons for Java application (JMeter)
Continuum has them..
See
http://svn.apache.org/repos/asf/maven/continuum/continuum-1. 0.1/continuum-web/src/main/resources/images/
Mvgr,
Martin
sebb wrote:
> I'm looking for some icons suitable for use in a Swing JTree - so they
> need to be GIF or PNG (I don't think SVG works).
>
> I need the following icons:
>
> Success - perhaps a tick?
> Failure - perhaps a cross?
>
> These are to be used on the tree entries to distinguish successful and
> unsuccessful samples.
>
> At present the label is coloured red for failures, but this is not
> much use for colour-blind users (or indeed B+W printing).
>
> There are lots of icon samples on the web, but I've not found one that
> is suitable.
>
> Perhaps someone knows of some suitable icons already used by Apache
> products?
>
> S///
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
>
Re: [OT] Icons for Java application (JMeter)
Thanks - those look good.
On 28/02/07, Martin van den Bemt <mllist [at] mvdb.net> wrote:
> Continuum has them..
> See
> http://svn.apache.org/repos/asf/maven/continuum/continuum-1. 0.1/continuum-web/src/main/resources/images/
>
> Mvgr,
> Martin
>
> sebb wrote:
> > I'm looking for some icons suitable for use in a Swing JTree - so they
> > need to be GIF or PNG (I don't think SVG works).
> >
> > I need the following icons:
> >
> > Success - perhaps a tick?
> > Failure - perhaps a cross?
> >
> > These are to be used on the tree entries to distinguish successful and
> > unsuccessful samples.
> >
> > At present the label is coloured red for failures, but this is not
> > much use for colour-blind users (or indeed B+W printing).
> >
> > There are lots of icon samples on the web, but I've not found one that
> > is suitable.
> >
> > Perhaps someone knows of some suitable icons already used by Apache
> > products?
> >
> > S///
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> > For additional commands, e-mail: general-help [at] jakarta.apache.org
> >
> >
> >
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
Re: [OT] Icons for Java application (JMeter)
>>
>> sebb wrote:
>> > I'm looking for some icons suitable for use in a Swing JTree - so they
>> > need to be GIF or PNG (I don't think SVG works).
>> >
A colleague in another conversation pointed out this larger icon set
(under a creative commons license):
http://www.famfamfam.com/lab/icons/silk/
Ian